SetTouchEmulationEnabledRequest

data class SetTouchEmulationEnabledRequest(enabled: Boolean, configuration: String?)

Represents request frame that can be used with Page#setTouchEmulationEnabled operation call.

Toggles mouse event-based touch event emulation.

See also

Constructors

SetTouchEmulationEnabledRequest
Link copied to clipboard
fun SetTouchEmulationEnabledRequest(enabled: Boolean, configuration: String? = null)

Properties

configuration
Link copied to clipboard
val configuration: String? = null
Touch/gesture events configuration.
enabled
Link copied to clipboard
val enabled: Boolean
Whether the touch event emulation should be enabled.

Sources

jvm source
Link copied to clipboard